Makefile.am (179B)
1## Process this file with automake to produce Makefile.in 2 3AM_CPPFLAGS = $(X_CFLAGS) 4LDADD = $(X_LIBS) 5 6bin_PROGRAMS = xsel 7 8xsel_SOURCES = xsel.c xsel.h 9 10dist_man_MANS = xsel.1x