gamescope/Makefile.am

12 lines
230 B
Makefile
Raw Normal View History

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