gmyth-upnp/Makefile.am
branchtrunk
changeset 252 0bddbe7eba51
parent 249 dcf6bffe29a1
child 909 847da7267234
     1.1 --- a/gmyth-upnp/Makefile.am	Wed Jan 10 17:18:36 2007 +0000
     1.2 +++ b/gmyth-upnp/Makefile.am	Wed Jan 10 20:32:11 2007 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  SUBDIRS= src
     1.5  
     1.6  ### all of the standard pc files we need to generate
     1.7 -pcfiles = gmyth-@GMYTH_MAJORMINOR@.pc
     1.8 +pcfiles = gmyth-upnp.pc
     1.9  
    1.10  all-local: $(pcfiles)
    1.11  
    1.12  ### how to generate pc files
    1.13 -%-@GMYTH_MAJORMINOR@.pc: %.pc
    1.14 +%.pc: %.pc
    1.15  	cp $< $@
    1.16  
    1.17  pkgconfigdir = $(libdir)/pkgconfig