diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-10-03 18:38:35 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-10-03 18:38:35 -0700 |
commit | 74fbff0ed3e93b8103eb01640329a9a37ebe5de2 (patch) | |
tree | a8c417c1270381f3fe716bd5db1d6443e86e7648 /gr-qtgui/src | |
parent | 0aba348525787c7deb3255e87e17187f6cc6f218 (diff) |
Fix to restore ability to run 'make distcheck' from a VPATH
Diffstat (limited to 'gr-qtgui/src')
-rw-r--r-- | gr-qtgui/src/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/src/lib/Makefile.am b/gr-qtgui/src/lib/Makefile.am index 290af1dd37..b6c8f3f4d0 100644 --- a/gr-qtgui/src/lib/Makefile.am +++ b/gr-qtgui/src/lib/Makefile.am @@ -79,7 +79,7 @@ grinclude_HEADERS = \ if BUILD_QT %_moc.cc : %.h - $(QT_MOC_EXEC) -DQT_SHARED -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB $< -o $@ + $(QT_MOC_EXEC) -DQT_SHARED -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -p $(srcdir) $< -o $@ %_ui.h : %.ui $(QT_UIC_EXEC) $< -o $@ |