gamescope/Makefile.am
2019-09-09 11:02:31 -07:00

11 lines
230 B
Makefile

bin_PROGRAMS = steamcompmgr
steamcompmgr_SOURCES = src/steamcompmgr.c src/glext.h
AM_CFLAGS = $(DEPS_CFLAGS)
AM_LIBS = $(DEPS_LIBS)
steamcompmgr_CFLAGS = $(DEPS_CFLAGS)
steamcompmgr_LDADD = $(DEPS_LIBS)
dist_doc_DATA = README