Changeset 540 for abuse/trunk/src/Makefile.am
- Timestamp:
- Apr 24, 2011, 10:33:34 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/Makefile.am
r509 r540 3 3 SUBDIRS = lisp net imlib sdlport 4 4 5 bin_PROGRAMS = abuse 5 bin_PROGRAMS = abuse abuse-tool 6 6 7 7 abuse_SOURCES = \ … … 69 69 abuse_DEPENDENCIES = $(EXTRALIBS) 70 70 71 abuse_tool_SOURCES = \ 72 tool/abuse-tool.cpp 73 abuse_tool_LDADD = imlib/libimlib.a 74 abuse_tool_DEPENDENCIES = $(abuse_tool_LDADD) 75 71 76 INCLUDES = -I$(srcdir) -I $(srcdir)/lisp -I$(srcdir)/imlib \ 72 77 -I$(srcdir)/net $(SDL_CFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.