diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2012-12-09 23:35:30 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-10 17:26:22 +0100 |
| commit | 6b7407cb031cf245a4998d8c79009039ead38fc5 (patch) | |
| tree | 510263de28a0319b9070ededaa2cc7c5b6d98ac0 /tests | |
| parent | ada3b04b2246c13449e6b32b3857d7b86a8958f8 (diff) | |
| download | msitools-6b7407cb031cf245a4998d8c79009039ead38fc5.tar.gz msitools-6b7407cb031cf245a4998d8c79009039ead38fc5.tar.xz msitools-6b7407cb031cf245a4998d8c79009039ead38fc5.zip | |
Split libmsi.h to be more gobject-like
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c0eac24..803f5b3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(srcdir) -I. +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(srcdir) -I. $(GLIB_CFLAGS) noinst_PROGRAMS = testrecord testdatabase |
