diff options
| author | Lennart Poettering <lennart@poettering.net> | 2012-05-15 11:11:17 +0200 |
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2012-05-15 11:11:17 +0200 |
| commit | 625a94f463849e6e29b33768a2d99cffba209631 (patch) | |
| tree | 0c3cef7a5dbf885ac78c2b25de1d236c8a041441 | |
| parent | f402bee78638085cd80e274f5df7f43b7af5bba0 (diff) | |
build-sys: fix automake syntax
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6041587..b9614df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,8 @@ endif vapi_DATA += vala/libcanberra-gtk.vapi +endif + DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) |
