Mercurial > pidgin.yaz
view pidgin/pixmaps/emotes/none/Makefile.am @ 22217:ad357ca94de9
We will probably eventually use purple_object_[get|set]_ui_data. Until then, this will do.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Sat, 26 Jan 2008 22:33:08 +0000 |
| parents | 92821180bded |
| children | e4b2cbc246da |
line wrap: on
line source
pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/none pidginsmileypix_in_files = none.theme.in pidginsmileypix_DATA = theme theme: none.theme.in sed -e 's/^_Name=/Name=/' \ -e 's/^_Description=/Description=/' \ -e 's/^_Author=/Author=/' \ $< > $@ EXTRA_DIST = $(pidginsmileypix_DATA) \ $(pidginsmileypix_in_files) \ Makefile.mingw
