diff options
author | Louie S <louie@example.com> | 2023-03-04 13:54:54 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-03-04 13:54:54 -0800 |
commit | c50c292fc754106003e21474c07b03e81889dba9 (patch) | |
tree | db3e8fb9a2d64f71c6971d3c26e89c1863009e61 /configure.ac | |
parent | 00403d8413157e08eeaba7a1932f17c3c7b0758e (diff) |
Create separate Makefile for spec directory
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 5ddeef4..5d958ca 100644 --- a/configure.ac +++ b/configure.ac @@ -64,6 +64,7 @@ AC_CONFIG_FILES([Makefile src/Makefile docs/Makefile data/Makefile + spec/Makefile spec/terminal-media-launcher.spec]) AC_OUTPUT |