gamescope/Makefile.am

16 lines
371 B
Makefile
Raw Normal View History

2013-10-23 03:15:45 +00:00
bin_PROGRAMS = steamcompmgr loadargb_cursor
2013-10-15 00:51:17 +00:00
2013-10-18 23:18:21 +00:00
steamcompmgr_SOURCES = src/steamcompmgr.c src/glext.h
2013-10-23 03:15:45 +00:00
loadargb_cursor_SOURCES = src/loadargbcursor.c
2013-10-15 00:51:17 +00:00
AM_CFLAGS = $(DEPS_CFLAGS)
AM_LIBS = $(DEPS_LIBS)
steamcompmgr_CFLAGS = $(DEPS_CFLAGS)
steamcompmgr_LDADD = $(DEPS_LIBS)
2013-10-23 03:15:45 +00:00
loadargb_cursor_CFLAGS = $(DEPS_CFLAGS)
loadargb_cursor_LDADD = $(DEPS_LIBS)
2013-10-15 00:51:17 +00:00
dist_doc_DATA = README