doc/examples: cds_lfht_add/cds_lfht_del
[urcu.git] / doc / examples / Makefile.examples.template
index cb0275dd0500d55ce318a22e2db9b43411a42e86..badecffb220699e2934bde72175965ad237e4bc6 100644 (file)
@@ -12,7 +12,6 @@
 # This makefile is purposefully kept simple to support GNU and BSD make.
 
 CC = gcc
-LIBS = -lurcu
 CFLAGS = -g -O2 -Wall
 
 all: $(BINARY)
@@ -21,7 +20,7 @@ $(BINARY): $(OBJECTS)
        $(CC) $(CFLAGS) $(LDFLAGS) $(AM_CFLAGS) $(AM_LDFLAGS) \
                $(LIBS) -o $@ $(OBJECTS)
 
-$(OBJECTS): $(SOURCES)
+$(OBJECTS): $(SOURCES) $(DEPS)
        $(CC) $(CPPFLAGS) $(CFLAGS) $(AM_CPPFLAGS) $(AM_CFLAGS) \
                -c -o $@ $(SOURCES)
 
This page took 0.022015 seconds and 4 git commands to generate.