X-Git-Url: http://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/34e8cf65d5a4be354539da51e955e7988e50b303..f65f3bf537e517fb5231ff894e198eeb89d727ed:/Makefile.am diff --git a/Makefile.am b/Makefile.am index fda4993..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)