Changeset 997a5b2 in git for omalloc/Makefile.am


Ignore:
Timestamp:
Jan 8, 2014, 7:32:16 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'a719bcf0b8dbc648b128303a49777a094b57592c')
Children:
9a6ff9955d9edb236345792b7cb96ead677b27eb
Parents:
312083677957ae66b61a256ea0027e3dea145445
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 19:32:16+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 19:39:54+01:00
Message:
Added the generation and installation of pkgconfig (*.pc) files + release versions for packages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r312083 r997a5b2  
    3131libomalloc_la_SOURCES=$(SOURCES) $(noinst_HEADERS)
    3232
    33 # libomalloc_la_LDFLAGS    = -release ${PACKAGE_VERSION}
     33libomalloc_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    3434libomalloc_la_CFLAGS    = -O2
    3535
     
    7575omtTest_r_LDADD    = libomalloc.la
    7676
     77pkgconfigdir = $(libdir)/pkgconfig
     78pkgconfig_DATA = omalloc.pc
Note: See TracChangeset for help on using the changeset viewer.