Skip to content

Commit

Permalink
Makefile fix
Browse files Browse the repository at this point in the history
darcs-hash:20080715130729-a887e-d325e4cb2d6fd2886b67aa6347df203702f547ab.gz
  • Loading branch information
thjaeger committed Jul 15, 2008
1 parent a90fc16 commit 05fe1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ LIBS_STATIC = $(DFLAGS) -lcellrenderertk -lXtst `pkg-config gtkmm-2.4 gthread-2.
BINARY = easystroke

CCFILES = $(wildcard *.cc)
CFILES = $(wildcard *.c)
CFILES = clientwin.c dsimple.c gui.c
OFILES = $(patsubst %.cc,%.o,$(CCFILES)) $(patsubst %.c,%.o,$(CFILES))
DEPFILES = $(wildcard *.Po)
GENFILES = gui.gb gui.c

0 comments on commit 05fe1f7

Please sign in to comment.