gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16551 - gnunet-gtk/src/setup


From: gnunet
Subject: [GNUnet-SVN] r16551 - gnunet-gtk/src/setup
Date: Mon, 15 Aug 2011 16:21:51 +0200

Author: grothoff
Date: 2011-08-15 16:21:51 +0200 (Mon, 15 Aug 2011)
New Revision: 16551

Added:
   gnunet-gtk/src/setup/Makefile.am
Log:
add

Added: gnunet-gtk/src/setup/Makefile.am
===================================================================
--- gnunet-gtk/src/setup/Makefile.am                            (rev 0)
+++ gnunet-gtk/src/setup/Makefile.am    2011-08-15 14:21:51 UTC (rev 16551)
@@ -0,0 +1,32 @@
+SUBDIRS = .
+
+INCLUDES = \
+  -I$(top_srcdir)/ \
+  -I$(top_srcdir)/src/include \
+  @GTK_CFLAGS@ \
+  @GNUNET_CFLAGS@ \
+  @GLADE_CFLAGS@
+
+bin_PROGRAMS = gnunet-setup
+
+gnunet_setup_SOURCES = \
+  gnunet-setup.c gnunet-setup.h \
+  gnunet-setup-options.c gnunet-setup-options.h \
+  gnunet-setup-transport-plugins.c \
+  gnunet-setup-transport-http.c \
+  gnunet-setup-transport-https.c \
+  gnunet-setup-transport-tcp.c \
+  gnunet-setup-transport-udp.c \
+  gnunet-setup-transport.c \
+  gnunet-setup-datastore-plugins.c \
+  gnunet-setup-datastore-config.c \
+  gnunet-setup-datacache-plugins.c \
+  gnunet-setup-datacache-config.c \
+  gnunet-setup-hostlist-editing.c 
+gnunet_setup_LDADD = \
+  $(top_builddir)/src/lib/libgnunetgtk.la \
+  @GTK_LIBS@ \
+  -lgnunetutil -lgnunetnat \
+  $(INTLLIBS) 
+gnunet_setup_LDFLAGS = \
+  -export-dynamic 
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]