plugins/gaim-remote/Makefile.am

changeset 5859
e9e5fb0bbfe9
child 5872
754c63f29b77
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/gaim-remote/Makefile.am	Sat Jun 14 06:06:40 2003 +0000
@@ -0,0 +1,20 @@
+plugindir = $(libdir)/gaim
+
+gaim_remote_la_LDFLAGS = -module -avoid-version
+
+if PLUGINS
+
+plugin_LTLIBRARIES = gaim-remote.la
+
+gaim_remote_la_SOURCES = \
+	remote.c \
+	remote-socket.c \
+	remote-socket.h
+
+endif
+
+INCLUDES = \
+	-I$(top_srcdir)/src \
+	-DVERSION=\"$(VERSION)\" \
+	-DDATADIR=\"$(datadir)\" \
+	$(DEBUG_CFLAGS)

mercurial