gambas-source-code/gb.openal/src/Makefile.am
Benoît Minisini fa8e3efa91 [GB.OPENAL]
* NEW: Finish the Alc class.
* NEW: Implement the Alure class (the interface to the alure library).


git-svn-id: svn://localhost/gambas/trunk@5759 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2013-07-22 22:32:33 +00:00

10 lines
311 B
Makefile

COMPONENT = gb.openal
include $(top_srcdir)/component.am
gblib_LTLIBRARIES = gb.openal.la
gb_openal_la_LIBADD = @OPENAL_LIB@
gb_openal_la_LDFLAGS = -module @LD_FLAGS@ @OPENAL_LDFLAGS@
gb_openal_la_CPPFLAGS = @OPENAL_INC@
gb_openal_la_SOURCES = main.c main.h c_al.h c_al.c c_alc.h c_alc.c c_alure.h c_alure.c