You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
394 B
15 lines
394 B
AM_CXXFLAGS = -DUSE_KDE
|
|
INCLUDES= -I$(srcdir)/../common -I$(srcdir)/.. -I. $(all_includes)
|
|
|
|
noinst_LTLIBRARIES=libwidgets.la
|
|
|
|
libwidgets_la_SOURCES = \
|
|
mainwidget.cpp general.cpp images.cpp expert.cpp \
|
|
EditWidget.cpp
|
|
libwidgets_la_LIBADD = $(LIB_TQT) ../common/libcommon.la
|
|
libwidgets_la_METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = \
|
|
mainwidget.h ui.h general.h images.h expert.h \
|
|
EditWidget.h
|