summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>2008-04-23 13:45:20 +0000
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>2008-04-23 13:45:20 +0000
commite8c713415cb479655f4286b000ee69886becbe46 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/Makefile.am
parent2cf99077034bd517a0892d4a3283ca238a5deac3 (diff)
downloadrygel-e8c713415cb479655f4286b000ee69886becbe46.tar.gz
Removing everything so to get the whole (14 commits) history in.
svn path=/trunk/; revision=118
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 3ebd3916..00000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-if UNINSTALLED
-shareddir = $(abs_top_builddir)/data
-else
-shareddir = $(datadir)/gupnp-media-server
-endif
-
-AM_CFLAGS = $(LIBGUPNP_CFLAGS) $(LIBGUPNP_AV_CFLAGS) $(LIBGCONF_CFLAGS) \
- -I$(top_srcdir) -DDATA_DIR='"$(shareddir)"'
-
-bin_PROGRAMS = gupnp-media-server
-
-gupnp_media_server_SOURCES = main.c \
- gupnp-media-server.h \
- gupnp-media-server.c
-gupnp_media_server_LDADD = $(LIBGUPNP_LIBS) \
- $(LIBGUPNP_AV_LIBS) \
- $(LIBGCONF_LIBS)
-gupnp_media_server_LDFLAGS = -export-dynamic
-
-MAINTAINERCLEANFILES = Makefile.in