mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
ed66764821
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2772 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
451 B
Diff
17 lines
451 B
Diff
Index: test/Makefile.am
|
|
===================================================================
|
|
--- test/Makefile.am (revision 2853)
|
|
+++ test/Makefile.am (working copy)
|
|
@@ -15,8 +15,9 @@
|
|
-DNM_RUN_DIR=\"$(rundir)\" \
|
|
-DDATADIR=\"$(datadir)\"
|
|
|
|
-noinst_PROGRAMS = nm-tool \
|
|
- nm-online \
|
|
+bin_PROGRAMS = nm-tool \
|
|
+ nm-online
|
|
+noinst_PROGRAMS = \
|
|
nmtestdevices \
|
|
libnm_glib_test
|
|
|