lib/sod-hosted.c (sod_makev): Use two statements rather than tricky expression.
[sod] / Makefile.am
index f2000ea..6bfe89b 100644 (file)
@@ -28,17 +28,6 @@ include      $(top_srcdir)/vars.am
 SUBDIRS                         =
 
 ###--------------------------------------------------------------------------
-### Package-configuration file.
-
-pkgconfigdir            = $(libdir)/pkgconfig
-pkgconfig_DATA          = sod.pc
-CLEANFILES             += sod.pc
-EXTRA_DIST             += sod.pc.in
-
-sod.pc: sod.pc.in Makefile
-       $(SUBST) $(srcdir)/sod.pc.in >$@.new $(SUBSTITUTIONS) && mv $@.new $@
-
-###--------------------------------------------------------------------------
 ### Subdirectories to build
 
 ## The SOD translator.
@@ -60,6 +49,9 @@ SUBDIRS                       += test
 dist-hook:
        echo $(VERSION) >$(distdir)/RELEASE
 
+## The `STYLE' document.
+EXTRA_DIST             += STYLE
+
 ## Additional build tools.
 EXTRA_DIST             += config/auto-version
 EXTRA_DIST             += config/confsubst
@@ -73,6 +65,7 @@ EXTRA_DIST              += debian/compat
 
 ## libsod
 EXTRA_DIST              += debian/libsod.install
+EXTRA_DIST             += debian/libsod.symbols
 
 ## libsod-dev
 EXTRA_DIST              += debian/libsod-dev.install