diff options
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index dae4648bd..107e9066e 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -64,7 +64,10 @@ uninstall-includeHEADERS: debug: - $(MAKE) CFLAGS="-D_FILE_OFFSET_BITS=64 -Wall -DDEBUG -g" + $(MAKE) CFLAGS="-D_FILE_OFFSET_BITS=64 -Wall -DDEBUG -g -DXINE_COMPILE" + +install-debug: debug + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am mostlyclean-generic: -rm -f *~ \#* .*~ .\#* |