diff options
author | Dan Williams <dcbw@redhat.com> | 2010-03-12 15:31:29 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2010-03-12 15:31:29 -0800 |
commit | ef749399fd25be858ad64a65815b5f4525b603b3 (patch) | |
tree | 16e2280b673ab2aa627998d1542f32755446764c /src | |
parent | 936533cfcc34b1bba797688049316bb8994443bd (diff) |
build: fix distcheck error
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3d938063..fff65a79 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,7 @@ sbin_PROGRAMS = modem-manager modem_manager_CPPFLAGS = \ $(MM_CFLAGS) \ $(GUDEV_CFLAGS) \ - $(top_srcdir) \ + -I$(top_srcdir) \ -I${top_builddir}/marshallers \ -DPLUGINDIR=\"$(pkglibdir)\" |