diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-06 22:51:25 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-06 22:55:29 -0300 |
commit | 6efc65ee328f8fda9f4acecee3624cbc270cd8a7 (patch) | |
tree | d2c712d0a937c37d483cafe5abf278698c87453b /Makefile.am | |
parent | 3f3e5015bcdad476cd930306aa11f6c14e0cedf3 (diff) | |
download | libtuberia-6efc65ee328f8fda9f4acecee3624cbc270cd8a7.tar.gz |
adding pkg-config file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc30fa8..d36efab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS = src +pkgconfig_DATA = tuberia.pc if TESTS SUBDIRS += test |