summaryrefslogtreecommitdiff
path: root/common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
deleted file mode 100644
index 5c59496b..00000000
--- a/common/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-NULL =
-
-noinst_LTLIBRARIES = libgvfscommon-noin.la
-lib_LTLIBRARIES=libgvfscommon.la
-
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gvfs \
- -I$(top_srcdir)/daemon \
- $(GLIB_CFLAGS) $(DBUS_CFLAGS) \
- -DG_LOG_DOMAIN=\"GVFS\" -DG_DISABLE_DEPRECATED \
- -DDBUS_API_SUBJECT_TO_CHANGE
-
-libgvfscommon_noin_la_SOURCES = \
- gsysutils.c gsysutils.h \
- gdbusutils.c gdbusutils.h \
- gmountspec.c gmountspec.h \
- gmountoperationdbus.c gmountoperationdbus.h \
- gmountsource.c gmountsource.h \
- gmounttracker.c gmounttracker.h \
- gvfsdaemonprotocol.c gvfsdaemonprotocol.h \
- $(NULL)
-
-libgvfscommon_noin_la_LIBADD = \
- $(DBUS_LIBS) \
- $(GLIB_LIBS)
-
-libgvfscommon_la_SOURCES =
-libgvfscommon_la_LIBADD = libgvfscommon-noin.la