summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-12-11 14:14:37 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-12 10:02:02 +0100
commit3bce7a0298024ec5a56935cf2eb03da57156682e (patch)
tree5f5f5076b74873b6d7c7cbf079a56fbb8ac70d7b /Makefile.am
parent75e5665a7ebd9ddc1cd8054c20c9750dced3d8b8 (diff)
downloadmsitools-3bce7a0298024ec5a56935cf2eb03da57156682e.tar.gz
msitools-3bce7a0298024ec5a56935cf2eb03da57156682e.tar.xz
msitools-3bce7a0298024ec5a56935cf2eb03da57156682e.zip
Move debug.h to libmsi directory
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2359f25..7013db2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libmsi tests .
-noinst_HEADERS = include/debug.h tools/sqldelim.h
+noinst_HEADERS = tools/sqldelim.h
dist_include_HEADERS = \
include/libmsi.h \
include/libmsi-database.h \