]> git.draconx.ca Git - upkg.git/blobdiff - src/engine/Makefile.inc
engine: Add missing header to Makefile.am
[upkg.git] / src / engine / Makefile.inc
index 3ffcb331d4bf5aa6c57985b3e783342e20ba6598..574bca0a03c0a63cc41da2f320c4f836e18a806e 100644 (file)
@@ -1,12 +1,12 @@
-# Copyright 2009-2011 Nick Bowler
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-# notice and this notice are preserved.  This file is offered as-is,
-# without any warranty.
+# Copyright © 2009-2011 Nick Bowler
+#
+# License WTFPL2: Do What The Fuck You Want To Public License, version 2.
+# This is free software: you are free to do what the fuck you want to.
+# There is NO WARRANTY, to the extent permitted by law.
 
-noinst_HEADERS += engine/music.h engine/music-module.h
+noinst_HEADERS += engine/music-module.h engine/pcx.h
 
-engine_GOBS = engine/palette.gob engine/texture.gob
+engine_GOBS = engine/palette.gob engine/texture.gob engine/music.gob
 
 EXTRA_DIST += $(engine_GOBS) $(engine_GOBS:.gob=.gobstamp)
 noinst_HEADERS += $(engine_GOBS:.gob=.h)
@@ -14,8 +14,7 @@ MAINTAINERCLEANFILES += $(engine_GOBS:.gob=.gobstamp) \
        $(engine_GOBS:.gob=.c) $(engine_GOBS:.gob=.h)
 
 pkglib_LTLIBRARIES += engine.la
-engine_la_SOURCES   = engine/engine.c engine/music.c \
-       $(engine_GOBS:.gob=.c)
+engine_la_SOURCES   = engine/engine.c engine/pcx.c $(engine_GOBS:.gob=.c)
 engine_la_CFLAGS    = $(GLIB_CFLAGS)
 engine_la_LIBADD    = $(GLIB_LIBS)
 engine_la_LDFLAGS   = -module -avoid-version -export-symbols-regex _LTX_