diff options
author | Richard Hughes <richard@hughsie.com> | 2010-10-01 12:36:16 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2010-10-01 12:37:34 +0100 |
commit | 908bdf79414517bed84a4c3ccee7d18f15cd651c (patch) | |
tree | cb59ba7093a7934d79c0cb0dee345a5e888aea25 /Makefile.am | |
parent | 0fa0e653d54e2cfe7d30c6e0beef713cd27c3f91 (diff) | |
download | gtk+-908bdf79414517bed84a4c3ccee7d18f15cd651c.tar.gz |
Complete the removal of examples/pixmap to fix make dist
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b5f6c145d0..10812814e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,8 +70,6 @@ EXTRA_DIST += \ examples/packbox/packbox.c \ examples/paned/Makefile \ examples/paned/paned.c \ - examples/pixmap/Makefile \ - examples/pixmap/pixmap.c \ examples/progressbar/Makefile \ examples/progressbar/progressbar.c \ examples/radiobuttons/Makefile \ |