diff options
author | Dirk Mueller <dirk@dmllr.de> | 2020-09-16 09:23:03 +0200 |
---|---|---|
committer | Dirk Mueller <dirk@dmllr.de> | 2020-09-16 09:23:03 +0200 |
commit | cfee96d2ce40e998c5662ee22b0b37fa7ebf6d24 (patch) | |
tree | 0240e631a50c9bb1f902d94273e49e3824802410 | |
parent | d2893738411be897a04caa42ffc13d1f6107d3c6 (diff) |
Ensure that the qt*.pc.in files are part of the dist tarball
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8c42a68..fe332b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -93,7 +93,7 @@ dbusconf_DATA = $(srcdir)/dbus/org.linuxtv.Zbar.conf EXTRA_DIST += $(dbusconf_DATA) endif -EXTRA_DIST += zbar.ico zbar.nsi +EXTRA_DIST += zbar.ico zbar.nsi zbar-qt5.pc.in zbar-qt.pc.in EXTRA_DIST += examples/*.png examples/sha1sum \ examples/upcrpc.py examples/upcrpc.pl \ |