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