diff options
| -rw-r--r-- | Makefile.am | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/Makefile.am b/Makefile.am index ac45873..b36d76e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,5 +2,8 @@ AUTOMAKE_OPTIONS = foreign  ACLOCAL_AMFLAGS = -I m4  SUBDIRS = common src include tools docs +EXTRA_DIST = \ +	README.md +  pkgconfigdir = $(libdir)/pkgconfig  pkgconfig_DATA = libusbmuxd.pc | 
