summaryrefslogtreecommitdiffstats
path: root/tdeabc/frontend/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tdeabc/frontend/Makefile.am')
-rw-r--r--tdeabc/frontend/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/tdeabc/frontend/Makefile.am b/tdeabc/frontend/Makefile.am
new file mode 100644
index 000000000..3b97d9100
--- /dev/null
+++ b/tdeabc/frontend/Makefile.am
@@ -0,0 +1,10 @@
+INCLUDES = -I$(includedir)/tdeabc $(all_includes)
+
+METASOURCES = AUTO
+
+bin_PROGRAMS = tdeabcfrontend
+
+tdeabcfrontend_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+tdeabcfrontend_LDADD = -ltdeabc $(LIB_TDECORE)
+tdeabcfrontend_SOURCES = main.cpp mainWindow.ui
+