summaryrefslogtreecommitdiff
path: root/frm/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'frm/Makefile.am')
-rw-r--r--frm/Makefile.am15
1 files changed, 8 insertions, 7 deletions
diff --git a/frm/Makefile.am b/frm/Makefile.am
index 62130109d..05e9c4f68 100644
--- a/frm/Makefile.am
+++ b/frm/Makefile.am
@@ -14,7 +14,7 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_APP_COMMON_INCLUDES)
SUBDIRS = . tests
@@ -26,10 +26,11 @@ frm_LDADD = $(common_ldadd)
from_LDADD = $(common_ldadd)
common_ldadd = \
- ${MU_APP_LIBRARIES}\
- ${MU_LIB_MAILBOX}\
- ${MU_LIB_AUTH}\
- @MU_AUTHLIBS@\
- ${MU_LIB_MAILUTILS}\
- @FRIBIDI_LIBS@ @MU_COMMON_LIBRARIES@
+ $(MU_APP_LIBRARIES)\
+ $(MU_LIB_MAILBOX)\
+ $(MU_LIB_AUTH)\
+ $(MU_AUTHLIBS)\
+ $(MU_LIB_MAILUTILS)\
+ @FRIBIDI_LIBS@\
+ $(MU_COMMON_LIBRARIES)

Return to:

Send suggestions and report system problems to the System administrator.