Skip to content

Commit

Permalink
Fix make dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
killing committed Dec 22, 2016
1 parent 04f6ba7 commit 606793b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
@@ -1,14 +1,14 @@
AM_CPPFLAGS = -I$(top_srcdir)/lib

ACLOCAL_AMFLAGS = -I m4
GNU_STANDARD_FILES = README.markdown COPYING AUTHORS ChangeLog NEWS
GNU_STANDARD_FILES = README.markdown AUTHORS ChangeLog NEWS

pcfiles = libsearpc.pc

pkgconfig_DATA = $(pcfiles)
pkgconfigdir = $(libdir)/pkgconfig

EXTRA_DIST = $(GNU_STANDARD_FILES)
EXTRA_DIST = $(GNU_STANDARD_FILES) LICENSE.txt

EXTRA_DIST += libsearpc.pc.in

Expand Down

0 comments on commit 606793b

Please sign in to comment.