blob: ad04c91f012c075f853fb3e655b157c6a6233e0d (
plain)
1
2
3
4
5
6
7
8
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
|