summaryrefslogtreecommitdiff
path: root/src/theory/idl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/idl/Makefile.am')
-rw-r--r--src/theory/idl/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/theory/idl/Makefile.am b/src/theory/idl/Makefile.am
deleted file mode 100644
index 4297e3bdb..000000000
--- a/src/theory/idl/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-AM_CPPFLAGS = \
- -D__BUILDING_CVC4LIB \
- -I@builddir@/../.. -I@srcdir@/../../include -I@srcdir@/../..
-AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
-
-noinst_LTLIBRARIES = libidl.la
-
-libidl_la_SOURCES = \
- idl_model.h \
- idl_model.cpp \
- idl_assertion.h \
- idl_assertion.cpp \
- idl_assertion_db.h \
- idl_assertion_db.cpp \
- theory_idl.h \
- theory_idl.cpp
-
-EXTRA_DIST = \
- kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback