dockapps/wmwifi-0.6/src/Makefile.am
Carlos R. Mafra 21625f40b5 Initial dockapps git repo
I tried to get the latest versions from dockapps.org, but I haven't
tested any of them.

More dockapps will be added as time permits.
2011-03-25 19:45:13 +01:00

15 lines
319 B
Makefile

OBJECTS = `find ./* -name '*.o'`
bin_PROGRAMS = wmwifi
wmwifi_SOURCES = \
wmwifi.c \
wireless.c \
dockapp.c \
dockapp.h \
backdrop_off.xpm \
backdrop_on.xpm
#wmwifi_LDADD = -L/usr/X11R6/lib -L/usr/local/lib -lX11 -lXext -lXpm
#wmupmon_LDADD = @LIBRARY_SEARCH_PATH@ @XLIBS@
wmwifi_LDFLAGS = -I/usr/include