diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-01 15:46:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-01 15:46:30 -0500 |
commit | e9dafbb9d016a1aa5e90bb12c63c12b8521cf059 (patch) | |
tree | 4cf6a0b2ae2fde33df1a8eb8f0d01deb4299caf9 /clients/tde/src/app/views/Makefile.am | |
parent | b6eb80309781bd02b9b66808d29508f23881de66 (diff) | |
download | ulab-e9dafbb9d016a1aa5e90bb12c63c12b8521cf059.tar.gz ulab-e9dafbb9d016a1aa5e90bb12c63c12b8521cf059.zip |
Add ability for instruments to add menu options to the main window
Diffstat (limited to 'clients/tde/src/app/views/Makefile.am')
-rw-r--r-- | clients/tde/src/app/views/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tde/src/app/views/Makefile.am b/clients/tde/src/app/views/Makefile.am index fa77152..fcb1de8 100644 --- a/clients/tde/src/app/views/Makefile.am +++ b/clients/tde/src/app/views/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src/part $(all_includes) +INCLUDES = -I$(top_srcdir)/src/part $(all_includes) $(KDE_INCLUDES)/tde METASOURCES = AUTO noinst_LTLIBRARIES = libinstrumentview.la libinstrumentview_la_SOURCES = instrumentview.cpp |