diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5649845969..73681d0aa8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,8 +70,6 @@ EXTRA_DIST = \ examples/notebook/notebook.c \ examples/packbox/Makefile \ examples/packbox/packbox.c \ - examples/packer/Makefile \ - examples/packer/pack.c \ examples/paned/Makefile \ examples/paned/paned.c \ examples/pixmap/Makefile \ @@ -115,6 +113,9 @@ EXTRA_DIST = \ examples/spinbutton/Makefile \ examples/find-examples.sh +# examples/packer/Makefile \ +# examples/packer/pack.c \ + GDKTARGET=@gdktarget@ ## Copy .pc files to target-specific names |