]> granicus.if.org Git - sudo/commitdiff
Use $(OBJS) instead of sample_plugin.lo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 5 Mar 2010 19:44:04 +0000 (14:44 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 5 Mar 2010 19:44:04 +0000 (14:44 -0500)
plugins/sample/Makefile.in

index 136b54faefde388cf462f7eb1fec4c5d0b6d3767..a361a8376f9e7fe1708ae5a5bc55df2de1edd4c4 100644 (file)
@@ -83,8 +83,8 @@ all: sample_plugin.la
 sample_plugin.lo: $(srcdir)/sample_plugin.c
        $(LIBTOOL) --mode=compile $(CC) -c $(CPPFLAGS) $(CFLAGS) $(DEFS) $(OPTIONS) $(srcdir)/sample_plugin.c
 
-sample_plugin.la: sample_plugin.lo $(LTLIBOBJS)
-       $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ sample_plugin.lo $(LTLIBOBJS) -module -avoid-version -rpath $(plugindir)
+sample_plugin.la: $(OBJS) $(LTLIBOBJS)
+       $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LTLIBOBJS) -module -avoid-version -rpath $(plugindir)
 
 # Compat dependencies
 $(LIBOBJDIR)closefrom.lo: $(compat)/closefrom.c $(incdir)/compat.h $(top_builddir)/config.h
@@ -145,7 +145,7 @@ clean:
 mostlyclean: clean
 
 distclean: clean
-       -rm -rf Makefile sample_plugin.lo .libs
+       -rm -rf Makefile .libs
 
 clobber: distclean