X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/ca9488ce89bd4895db0341db393ec03696b4ebd3..f65f3bf537e517fb5231ff894e198eeb89d727ed:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 7023885..eb23a83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ # There is NO WARRANTY, to the extent permitted by law. AUTOMAKE_OPTIONS = parallel-tests color-tests -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 -I common/m4 MAINTAINERCLEANFILES = MOSTLYCLEANFILES = CLEANFILES = @@ -56,7 +56,7 @@ $(libuobject_la): $(LTDLDEPS) moduleflags = -module -avoid-version -export-symbols-regex _LTX_ engine_GOBS = src/engine/palette.gob src/engine/texture.gob \ - src/engine/music.gob + src/engine/music.gob src/engine/sound.gob MAINTAINERCLEANFILES += $(engine_GOBS:.gob=.gobstamp) \ $(engine_GOBS:.gob=.c) $(engine_GOBS:.gob=.h) @@ -111,6 +111,4 @@ STAMP_RECOVER = \ .gobstamp.h: ; $(STAMP_RECOVER) include $(top_srcdir)/lib/gnulib.mk -if BUNDLED_LIBLTDL include $(top_srcdir)/libltdl/ltdl.mk -endif