From e23898e185c0f639c6c6b98478b8b21f1ae83720 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 24 Jun 2012 18:23:18 -0500 Subject: Update protocol and implement LIST/BIND logic --- clients/tde/src/dialogs/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 clients/tde/src/dialogs/Makefile.am (limited to 'clients/tde/src/dialogs/Makefile.am') diff --git a/clients/tde/src/dialogs/Makefile.am b/clients/tde/src/dialogs/Makefile.am new file mode 100644 index 0000000..d66c5c7 --- /dev/null +++ b/clients/tde/src/dialogs/Makefile.am @@ -0,0 +1,4 @@ +INCLUDES = $(all_includes) -I$(top_srcdir)/src -I$(top_builddir)/src $(KDE_INCLUDES)/tde +METASOURCES = AUTO +noinst_LTLIBRARIES = libselectserverdlg.la +libselectserverdlg_la_SOURCES = selectserverdlg.cpp selectserverdlgbase.ui \ No newline at end of file -- cgit v1.2.1