summaryrefslogtreecommitdiff
path: root/gvdb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gvdb/Makefile.am')
-rw-r--r--gvdb/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/gvdb/Makefile.am b/gvdb/Makefile.am
deleted file mode 100644
index eb98bd1f2..000000000
--- a/gvdb/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-AM_CPPFLAGS = \
- $(BUILD_CFLAGS) \
- $(GLIB_CFLAGS)
-
-noinst_LTLIBRARIES = libgvdb.la
-
-libgvdb_la_SOURCES = \
- gvdb/gvdb-builder.c \
- gvdb/gvdb-reader.c
-
-noinst_HEADERS = \
- gvdb/gvdb-builder.h \
- gvdb/gvdb-format.h \
- gvdb/gvdb-reader.h
-
-libgvdb_la_LIBADD = \
- $(BUILD_LIBS) \
- $(GLIB_LIBS)