diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-02 19:18:08 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-02 19:18:08 +0000 |
commit | 00561d67e74b9b794ae3bebbb15478a51dbbba03 (patch) | |
tree | 0b4d9e5ea4546a90c4c5f79a8aad9096c45aa7ee /po/Makefile | |
parent | 1d7f3f68d84604225c29470721066b1adce4420b (diff) | |
download | anaconda-00561d67e74b9b794ae3bebbb15478a51dbbba03.tar.gz anaconda-00561d67e74b9b794ae3bebbb15478a51dbbba03.tar.xz anaconda-00561d67e74b9b794ae3bebbb15478a51dbbba03.zip |
no more libfdisk
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 93c4d73fc..fa20a1331 100644 --- a/po/Makefile +++ b/po/Makefile @@ -13,7 +13,7 @@ FMTCATALOGS = $(patsubst %.po,%.mo,$(POS)) POTFILES = ../anaconda ../*.py ../iw/*.py ../textw/*.py \ ../installclasses/*.py \ - ../libfdisk/*.c ../loader/*.c \ + ../loader/*.c \ ../gnome-map/*.c \ NONPOTFILES = ../comps/comps-master \ |