diff options
Diffstat (limited to 'src/video_out/libdha/kernelhelper')
-rw-r--r-- | src/video_out/libdha/kernelhelper/Makefile.am | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/video_out/libdha/kernelhelper/Makefile.am b/src/video_out/libdha/kernelhelper/Makefile.am index 772bec98b..82a37eae3 100644 --- a/src/video_out/libdha/kernelhelper/Makefile.am +++ b/src/video_out/libdha/kernelhelper/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/misc/Makefile.common EXTRA_DIST = README dhahelper.c @@ -50,14 +51,3 @@ uninstall-local: @BUILD_DHA_KMOD_TRUE@ echo "rm -f $(DESTDIR)$(moddir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ @BUILD_DHA_KMOD_TRUE@ rm -f $(DESTDIR)$(moddir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ @BUILD_DHA_KMOD_TRUE@ done - -debug: -install-debug: install - -mostlyclean-generic: - -rm -f *~ \#* .*~ .\#* test - -maintainer-clean-generic: - -@echo "This command is intended for maintainers to use;" - -@echo "it deletes files that may require special tools to rebuild." - -rm -f Makefile.in |