diff options
| author | 2021-02-01 14:46:43 -0500 | |
|---|---|---|
| committer | 2021-02-01 14:46:43 -0500 | |
| commit | af79a6ffb6ab72473a7ceb7e53ff1e41508f6312 (patch) | |
| tree | 6aa83d94d3ec944aae525157595340ad510ed535 /src/Makefile.am | |
| parent | 40f03790297c269275204df25ff06ff4fe831eae (diff) | |
| parent | 5a922fa1607be4b15afe18f592c86b175d8b834a (diff) | |
Update upstream source from tag 'upstream/1.1.10'
Update to upstream version '1.1.10'
with Debian dir 0aeb7b4fdd3b9a7ad0330160371926312e64981c
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 858547d..826cb8c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = libopm bin_PROGRAMS = hopm -AM_CPPFLAGS = -DHOPM_PREFIX="\"$(prefix)\"" -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)/log\"" -DHOPM_BINPATH="\"$(bindir)/hopm\"" +AM_CPPFLAGS = -DHOPM_PREFIX="\"$(prefix)\"" -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)/log\"" -DHOPM_BINPATH="\"$(bindir)/hopm\"" -I$(top_srcdir)/src/libopm/src/ AM_YFLAGS = -d hopm_SOURCES = compat.c \ |
