summaryrefslogtreecommitdiff
path: root/common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 8105169d..9fff709b 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -42,16 +42,6 @@ libgvfscommon_la_LDFLAGS = -no-undefined -avoid-version
libgvfscommon_la_LIBADD = \
$(GLIB_LIBS)
-if USE_HAL
-noinst_LTLIBRARIES += libgvfscommon-hal.la
-libgvfscommon_hal_la_SOURCES = \
- gvfshalutils.c gvfshalutils.h
-libgvfscommon_hal_la_CFLAGS = \
- $(DBUS_CFLAGS)
-libgvfscommon_hal_la_LIBADD = \
- $(DBUS_LIBS)
-endif
-
libgvfscommon_monitor_la_SOURCES = \
gvfsmountinfo.h gvfsmountinfo.c \
$(NULL)