diff options
Diffstat (limited to 'quanta/components/framewizard/Makefile.am')
-rw-r--r-- | quanta/components/framewizard/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/quanta/components/framewizard/Makefile.am b/quanta/components/framewizard/Makefile.am new file mode 100644 index 00000000..ad04c91f --- /dev/null +++ b/quanta/components/framewizard/Makefile.am @@ -0,0 +1,9 @@ +noinst_LTLIBRARIES = libframewizard.la +AM_CPPFLAGS = -I$(top_srcdir)/lib \ + -I$(top_srcdir)/quanta/project \ + -I$(top_srcdir)/quanta/utility \ + $(all_includes) + +libframewizard_la_SOURCES = fmfpeditors.ui fmrceditors.ui framewizards.ui fwglobal.cpp areaattributedb.cpp selectablearea.cpp treenode.cpp visualframeeditor.cpp fmfpeditor.cpp fmrceditor.cpp framewizard.cpp +METASOURCES = AUTO + |