diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:16:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:16:34 +0000 |
commit | a398d2c2b5fd6ab0545d8bb019f9a970b2309404 (patch) | |
tree | 272fc7ab226258d7ceddee12c8c682c8e711c2b0 /partprobe/Makefile.am | |
parent | Initial commit. (diff) | |
download | parted-a398d2c2b5fd6ab0545d8bb019f9a970b2309404.tar.xz parted-a398d2c2b5fd6ab0545d8bb019f9a970b2309404.zip |
Adding upstream version 3.6.upstream/3.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'partprobe/Makefile.am')
-rw-r--r-- | partprobe/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/partprobe/Makefile.am b/partprobe/Makefile.am new file mode 100644 index 0000000..c0304a0 --- /dev/null +++ b/partprobe/Makefile.am @@ -0,0 +1,16 @@ +partedincludedir = \ + -I$(top_srcdir)/lib -I$(top_builddir)/include -I$(top_srcdir)/include + +AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) +sbin_PROGRAMS = partprobe + +partprobe_SOURCES = partprobe.c + +partprobe_LDADD = \ + $(top_builddir)/libparted/libparted.la \ + $(INTLLIBS) $(LIBS) \ + $(PARTED_LIBS) + +partprobe_LDFLAGS = $(PARTEDLDFLAGS) + +AM_CPPFLAGS = $(partedincludedir) $(INTLINCS) |