#1 build: Ensure ostree helper inherits any global CFLAGS/LDFLAGS
Closed 7 years ago by puiterwijk. Opened 7 years ago by walters.
walters/sigul am-inherit  into  master

file modified
+2 -2
@@ -28,8 +28,8 @@ 

  ## Targets

  bin_PROGRAMS = src/sigul-ostree-helper

  src_sigul_ostree_helper_SOURCES = src/sigul-ostree-helper.c

- src_sigul_ostree_helper_CFLAGS = $(libostree_CFLAGS)

- src_sigul_ostree_helper_LDFLAGS = $(libostree_LIBS)

+ src_sigul_ostree_helper_CFLAGS = $(AM_CFLAGS) $(libostree_CFLAGS)

+ src_sigul_ostree_helper_LDFLAGS = $(AM_LDFLAGS) $(libostree_LIBS)

  bin_SCRIPTS = src/sigul

  dist_bin_SCRIPTS = src/sigul_setup_client

  sbin_SCRIPTS = src/sigul_bridge src/sigul_server src/sigul_server_add_admin \

Pull-Request has been closed by puiterwijk

7 years ago
Metadata